modular_db ~master (2022-04-28T06:55:32.2959706)
Dub
Repo
Transaction
modular_db
database
Undocumented in source.
@
system
struct
Transaction {
this
(d2sqlite3.Database db, bool nested);
this(this)
;
~this
();
bool
nested
[@property getter];
void
commit
();
}
Constructors
this
this
(d2sqlite3.Database db, bool nested)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
commit
void
commit
()
Undocumented in source.
Properties
nested
bool
nested
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
modular_db
database
structs
Database
Transaction